Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ListBase.Enumerator<T> Structure
Members


ListBase.Enumerator<T> Structure
Enumerates the elements of a ListBase<T>.
Syntax
'Declaration
 
Public Structure ListBase.Enumerator(Of T) 
   Inherits System.ValueType
 
'Usage
 
Dim instance As ListBase.Enumerator(Of T)
Type Parameters
T
Inheritance Hierarchy

System.Object
   System.ValueType
      FarPoint.Win.Spread.ListBase`1.Enumerator<T>

See Also